-
- 439 views
- 0 answers
- 0 votes
-
- 395 views
- 1 answers
- 0 votes
-
I have been trying to send a POST request via Python but I keep getting error responses from the server. …
- 352 views
- 0 answers
- 0 votes
-
- 359 views
- 1 answers
- 0 votes
-
I am currently, scratching my head on this and wonder what is the method to test this post mapping in …
- 367 views
- 1 answers
- 0 votes
-
Spring Boot Version: 2.1.5.RELEASE. Spring Cloud Version: Greenwich.RELEASE I have the following endpoint defined in a class annotated @Controller @PostMapping("/") …
- 344 views
- 1 answers
- 0 votes
-
Postman response is as below: ”'{ "error" : "validation error at #/test/TC_1594792360026/test" }”’ I would like to verify this error …
- 339 views
- 1 answers
- 0 votes
-
I have two APIs to compare First API response; { "planType": "Recharge", "price": 15, "expiry": "28 days", "planGroup": "LEGACY", "topupProfile": …
- 0 views
- 0 answers
- 0 votes
-
In my spring boot app I have the following models:- @Entity @Table(name = "STUDENT") public class Student { @Id @GeneratedValue(strategy …
- 0 views
- 1 answers
- 0 votes